runtime.mstats.last_gc_nanotime (field)
3 uses
runtime (current package)
mgc.go#L585: lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
mgc.go#L1022: atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
mstats.go#L43: last_gc_nanotime uint64 // last gc (monotonic time)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |